home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d962.lha / MuchMore / MuchMore.doc < prev    next >
Text File  |  1994-02-04  |  24KB  |  651 lines

  1.  
  2.                         M u c h M o r e   V 4.2
  3.                      ============================
  4.  
  5.                             © 1988-1992 by
  6.  
  7.                            Fridtjof Siebert
  8.                              Nobileweg 67
  9.                           D-70439 Stuttgart
  10.                                Germany
  11.  
  12.                    EMail: fridi@amokst.adsp.sub.org
  13.  
  14.  
  15.                             © 1992-1994 by
  16.  
  17.                            Christian Stiens
  18.                              Heustiege 2
  19.                          D-59348 Lüdinghausen
  20.                                Germany
  21.  
  22.               EMail: Christian_Stiens@ouzonix.bo.open.de 
  23.  
  24.  
  25.  
  26.   What is MuchMore?
  27.  
  28.     MuchMore is  another  program  like  More,  Less  etc.  that prints
  29.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  30.     to show  the  text  and  to scroll it softly!  But not only softly,
  31.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  32.     Furthermore,  there are commands to search for strings and to print
  33.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  34.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  35.     has no border, there are 80 characters displayed per line.
  36.  
  37.     MuchMore can load  texts,  which are  crunched or crypted by XPK or
  38.     powerpacker,  if  you  have  installed  the XPK  (and  powerpacker)
  39.     libraries.
  40.  
  41.     MuchMore can be made resident with the Resident command of AmigaDOS.
  42.  
  43.     MuchMore  supports  pipes  now,  so  that  you  can  display  the c:
  44.     directory with "dir c: | muchmore", if your shell supports nameless
  45.     pipes.
  46.  
  47.     MuchMore requires AmigaOS 2.04 or better.
  48.  
  49.  
  50.   Why MuchMore instead of MORE, BLITZ or LESS?
  51.  
  52.     MuchMore  is much shorter than  LESS. BLITZ or other  programs that
  53.     scroll quickly or softly usually use 2 Colors and don't support any
  54.     special fontstyles.  MuchMore instead has four Colors and  displays
  55.     bold,  italic,  underlined  and  inverse  text.  Unlike many  other
  56.     programs, MuchMore may use any non-proportional Font to display the
  57.     text.
  58.  
  59.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  60.     simultaneously while it  is   displayed.   That  is,  while  you're
  61.     reading  the first page, the rest of the text is loaded into memory
  62.     and you're able to move  through  the  text  quickly  then  without
  63.     reloading it.
  64.  
  65.  
  66.   Disclaimer:
  67.  
  68.     The use of this program is on your own risk. There  is no liability
  69.     or responsibility for any damage caused by the program.
  70.  
  71.  
  72.   Copyright:
  73.  
  74.     MuchMore is free to be spread on public-domain and shareware disks,
  75.     as long as they  are sold for a reasonable charge.  It may be used
  76.     there to display readme- and  documentation-files.  My name has to
  77.     be left in the program (HELP).
  78.  
  79.     Although MuchMore is not Shareware, donations are welcome.
  80.  
  81.     It's not allowed to use this in a commercial way without my written
  82.     permission.  This permission is  also  necessary  if  you  want  to
  83.     publish  MuchMore as a  part of a  commercial product or use this
  84.     program commercially in any other way.
  85.  
  86.     If you change anything in my source you're allowed to put your name
  87.     in the program's head (:History.), but leave my name in!  If you've
  88.     made  any  enhancements,  please  send them to me (else there'll be
  89.     thousands of different versions).
  90.  
  91.  
  92.   How to start MuchMore:
  93.  
  94.     CLI:
  95.  
  96.       Template:
  97.  
  98.       B=PLANES/N/K,C=PALETTE/K,D=DISPMODEREQ/S,E=EDITOR/K,F=FONT/K,
  99.       I=INTERLEAVED/S,O=OLDSTYLE/S,P=TOOLPRI/N/K,Q=FASTQUIT/S,
  100.       S=SCROLLMODE/N/K,T=TABWIDTH/N/K,U=PUBSCREEN/K,X=EXTRASPACE/N/K,
  101.       W=WINDOW/S,WL=LEFT/N/K,WT=TOP/N/K,WW=WIDTH/N/K,WH=HEIGHT/N/K,FILE:
  102.  
  103.       'FILE' is the  name of  the  ASCII-Text  that is to be displayed.
  104.       If there  are any spaces in  the filename, it must be enclosed by
  105.       quotes. "MuchMore ?" displays  the usage.  If MuchMore is started
  106.       without an  argument it will ask for  the  filename  using a file
  107.       requester.
  108.  
  109.       The  option 'B=PLANES' determines  the  number of  Bitplanes  for
  110.       MuchMore's screen. The maximum is two planes.
  111.  
  112.       With  option 'C=PALETTE'  you can  set the  colors for MuchMore's
  113.       screen. Example: PALETTE=AAA,000,f00,0f0
  114.  
  115.       If you set D=DISPMODEREQ, then a requester appears, with that you
  116.       can choose the  display mode  for  the  screen.  If you  click on
  117.       'Save'  then the  setting is  saved to  'ENV:muchmore.prefs'  and
  118.       'ENVARC:muchmore.prefs'.
  119.  
  120.       You  may select a font by providing the option 'F=FONT'. To force
  121.       MuchMore  to  use   Topaz 11,  type 'MuchMore F=topaz/11'.  Only
  122.       fixed width fonts are allowed.
  123.  
  124.       Option 'E=EDITOR' tells MuchMore  which editor to use if the user
  125.       hits Alt-Shift-E. Default is 'C:ED'. If there is no %s then %s is
  126.       appended. The %s is replaced with the file name.
  127.  
  128.       Option  'I=INTERLEAVED'  determines if the screen's bitmap should
  129.       be interleaved (OS 3.0+).
  130.  
  131.       IF you set option 'O=OLDSTYLE',  then pageup/down is with a soft-
  132.       scroll, like in older versions of MuchMore.
  133.  
  134.       IF you  set option  'Q=FASTQUIT'  then you can leave the  program
  135.       immediately when you hit X, Q or NK5.
  136.  
  137.       You can specify MuchMore's task priority with option 'P=TOOLPRI'.
  138.  
  139.       The option 'S=SCROLLMODE' determines, which OS routines MuchMore
  140.       takes for the scrolling:
  141.  
  142.         0: MakeScreen/MrgCop/WaitTOF   (Not 100% legal)
  143.         1: ScrollVPort/WaitTOF         (Default)
  144.         2: MakeScreen/RethinkDisplay
  145.         3: ScrollRaster                (For not draggable screens
  146.                                         and external graphic cards)
  147.         4: WaitTOF/ScrollVPort         (Same as 1, but WaitTOF first)
  148.         5: ScrollVPort/WaitBOVP        (Busy waiting)
  149.  
  150.       If MuchMore is running in a window, then this option has no
  151.       effect.
  152.  
  153.       With option 'T=TABWIDTH' you can set the tabulator width (default
  154.       is 8).
  155.  
  156.       The  option  'X=EXTRASPACE' tells  MuchMore to put the specified
  157.       number of pixels between the lines.
  158.  
  159.       If option  'W=WINDOW' is set,  then MuchMore  uses  a  window on
  160.       the workbench to display the text. The position and size of this
  161.       window can be specified with options LEFT, TOP, WIDTH and HEIGHT.
  162.  
  163.       With 'U=PUBSCREEN' you specify on which  public screen  MuchMore
  164.       shall open his window.
  165.  
  166.       MuchMore's Tooltypes  are   evaluated  now  also  on  CLI-Start.
  167.       If MuchMore is resident then the icon is searched in C:
  168.  
  169.     Workbench:
  170.  
  171.       Just click the text to be printed with your mouse and then shift-
  172.       doubleclick MuchMore.
  173.  
  174.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  175.       when MuchMore has been copied to the disk's :c/ directory) can be
  176.       displayed easily by doubleclicking them.
  177.  
  178.       MuchMore supports the following Tooltypes:
  179.  
  180.          PALETTE=#{,#}          corresponding to CLI Option C
  181.          EXTRASPACE=#           corresponding to CLI Option X
  182.          FONT=name/size         corresponding to CLI Option F
  183.          EDITOR=name            corresponding to CLI Option E
  184.          OLDSTYLE=TRUE|FALSE    corresponding to CLI Option O
  185.          FASTQUIT=TRUE|FALSE    corresponding to CLI Option Q
  186.          INTERLEAVED=TRUE|FALSE corresponding to CLI Option I
  187.          PLANES=#               corresponding to CLI Option B
  188.          SCROLLMODE=#           corresponding to CLI Option S
  189.          TABWIDTH=#             corresponding to CLI Option T
  190.          TOOLPRI=#              corresponding to CLI Option P
  191.          PUBSCREEN=name         corresponding to CLI Option U
  192.          WINDOW=TRUE|FALSE      corresponding to CLI Option W
  193.          LEFT=#                 corresponding to CLI Option WL
  194.          TOP=#                  corresponding to CLI Option WT
  195.          WIDTH=#                corresponding to CLI Option WW
  196.          HEIGHT=#               corresponding to CLI Option WH
  197.  
  198.       The tooltypes of the text have priority over MuchMore's tooltypes.
  199.  
  200.     If the text is crypted then you have to enter the password in the
  201.     stringgadget which appears before the text is loaded.
  202.  
  203.  
  204.   MuchMore's commands:
  205.  
  206.     The commands are activated by pressing the corresponding keys:
  207.  
  208.       Space or left mousebutton:
  209.  
  210.                  Stops  or  restarts  scrolling.   While  scrolling  is
  211.                  stopped  the  filelength,  linenumber  and the current
  212.                  percentage of the text are displayed in the bottommost
  213.                  line.
  214.  
  215.                  Pressing space at the end of the texts quits MuchMore.
  216.  
  217.       BackSpace or right mousebutton:
  218.  
  219.                  Stops or restarts  backwards  scrolling. Works similar
  220.                  to the Space-Key.
  221.  
  222.       Up/Down or 2/8 of the numeric keypad:
  223.  
  224.                  Scrolls one line up or down.
  225.  
  226.                  If you  press these  keys together  with the shift-key
  227.                  you can start and stop fast scrolling.
  228.  
  229.                  Control  plus these  keys  increases  scroll speed 2-3
  230.                  times.
  231.  
  232.                  Alternate plus these keys scroll one page up or down.
  233.  
  234.       PgUp / PgDn (numeric keypad):
  235.  
  236.                  Scroll up or down one page.
  237.  
  238.       T (top) or Home:
  239.  
  240.                  Moves to top of text.
  241.  
  242.       B (bottom) or End:
  243.  
  244.                  Moves to bottom of text.
  245.  
  246.       F (find):
  247.  
  248.                  Waits for a string to be entered and searches for this
  249.                  string   starting   at   the  topmost  line  currently
  250.                  displayed on  the  screen.   If you  press <shift>-<f>
  251.                  then the search is  case-sensitive.  If you press  key
  252.                  'f' without shift then the  search will be case-insen-
  253.                  sitive.  If the string is found,  the line  containing
  254.                  the string will be  displayed  and  the  found  string
  255.                  will be highlighted. Else the screen will flash.
  256.  
  257.       N (next):
  258.  
  259.                  Searches for the next  occurance of the string entered
  260.                  with `F'. See above.
  261.  
  262.       P (previous):
  263.  
  264.                  Searches  for  the  previous  occurence  of the string
  265.                  entered with `F'. It  starts  with  the  topmost  line
  266.                  that's currently displayed and searches backwards.  If
  267.                  the  search  is  succesful,  the  line  containing the
  268.                  string will be displayed like it is by the  F-Command.
  269.                  Else a beep will be displayed.
  270.  
  271.       Shift + Fn:
  272.  
  273.                  Shift plus one of F1 to F10  sets a text marker at the
  274.                  current position.
  275.  
  276.       Fn:
  277.  
  278.                  Jumps to the text marker #n that's been set with Shift
  279.                  plus Fn.  If text marker #n isn't set yet,  it will be
  280.                  set to the current position,  as it would have been if
  281.                  you had pressed shift plus Fn.
  282.  
  283.       G (goto):
  284.  
  285.                  Opens a Window  with an integer-gadget.  You can enter
  286.                  the number of the line that is to be displayed.
  287.  
  288.       Shift + Alt + E (edit):
  289.  
  290.                  Calls an text editor by executing "C:ED %s" with  %s
  291.                  replaced by  the actual  file name.  If the text was
  292.                  crunched then  the  decrunched text in "T:"  will be
  293.                  editied.
  294.  
  295.       Shift + Alt + O (printout):
  296.  
  297.                  Prints the  text.    This  is  done with "TYPE text TO
  298.                  PRT:".  So  it  works  with  any  printer   when   the
  299.                  preferences are  set correctly.  The commands TYPE and
  300.                  RUN must occur in the current C: directory.  You don't
  301.                  have to wait while printing.  You can continue reading
  302.                  the text with MuchMore. I hope that it  is  impossible
  303.                  to  press shift+alt+o accidentally, so you won't print
  304.                  a 100k text when you in fact don't  need  a  printout.
  305.                  The printing cannot be interrupted, but you can switch
  306.                  off  your  printer  and  wait  for the printertrouble-
  307.                  requester :-).
  308.  
  309.       W (write):
  310.  
  311.                  Writes the  text that's marked between the textmarkers
  312.                  that have been set with F1 and F2 to a file or to PRT:
  313.                  when  you  accept the  default filename.  The text  is
  314.                  saved starting at  the topmost line of the page marked
  315.                  with  F1 until  the bottommost line of  F2's page.  To
  316.                  print  the  current   page  you  just  press  Shift+F1,
  317.                  Shift+F2, w and RETURN.
  318.  
  319.       C (copy):
  320.  
  321.                  Copies the text that's marked  between the textmarkers
  322.                  that have  been set with  F1 and F2  to the clipboard.
  323.                  This  command  requires the  iffparse.library of Work-
  324.                  bench 2.04+.
  325.  
  326.       L (load):
  327.  
  328.                  Opens the filerequester and loads a new text.
  329.  
  330.       HELP or H:
  331.  
  332.                  Shows all  MuchMore-Commands.  This way  everybody who
  333.                  doesn't have this documentation file should be able to
  334.                  use  MuchMore.  After  pressing  any  key  the text is
  335.                  displayed again.
  336.  
  337.       ESC, Q, X or 5 of the numeric keypad:
  338.  
  339.                  Quit MuchMore. To avoid leaving the program by mistake
  340.                  the keys Q, X and NK5 first show the info  line before
  341.                  quitting.
  342.  
  343.  
  344.   The Files in this package:
  345.  
  346.     MuchMore          The executable
  347.     MuchMore.doc      This textfile
  348.     MuchMore.dok      German documentation
  349.     Install_MuchMore  Script for C= Installer Tool
  350.  
  351.     src (dir)         This directory contains the source:
  352.  
  353.       MuchMore.mod    The Oberon-2 source
  354.  
  355.     catalogs (dir)    This directory contains the catalogs
  356.  
  357.  
  358.   Compiling:
  359.  
  360.     MuchMore was  written  in Oberon-2 using the Amiga Oberon Compiler
  361.     V3.01.  You  can  find a  demo version  of the  Compiler  on  Fish
  362.     Disk #880.
  363.  
  364.  
  365.   Known Bugs, Problems:
  366.  
  367.     Tools like  AutoPoint,  which always activate the window under the
  368.     mouse pointer  lead  to  problems  with  the  input window for the
  369.     find/goto command because it is closed when it is deactivated.
  370.  
  371.     Programs like PowerSnap snap on  a wrong location after scrolling.
  372.     If you hit the help key twice before snapping it works ok, because
  373.     RasInfo.dyOffset is zero again.
  374.  
  375.     Italic letters can write over the window border.
  376.  
  377.     If you use MuchMore with APIPE: the first four characters get lost.
  378.  
  379.  
  380.   Revisions:
  381.  
  382.    v1.0:
  383.  
  384.       - this version was terribly slow and therefore not published!
  385.  
  386.    v1.1:
  387.  
  388.       - first published version.
  389.  
  390.    v1.2:
  391.  
  392.       - now  the  file's  name,  its  length  etc. are  displayed  when
  393.         scrolling is stopped with <Space>.
  394.       - now left and right mousebutton can be used instead of space and
  395.         backspace.
  396.       - controlcodes aren't displayed anymore.
  397.  
  398.    v1.3:
  399.  
  400.       - Strong  increase in  speed while  scrolling. WarpText  has been
  401.         replaced by  QText (Sorry, Bill).  MuchMore  is  now as fast as
  402.         Blitz (with Video Sync) although it uses a bigger screen.
  403.       - Now supports numeric keypad (home, end, PgUp etc.)
  404.       - Now the screen  gets it's  size from gfxbase^.normalDisplayXXX.
  405.         This way  MuchMore  can  be run  on PAL,  NTSC, Amigas  with an
  406.         Overscan- Workbench (like mine),  and on resolutions that'll be
  407.         used  in  future.  It always  opens  its screen  as big  as the
  408.         current Workbenchscreen.
  409.  
  410.    v1.4:
  411.  
  412.       - Displaying  and  loading  of  the  text  are  now  done  by two
  413.         asynchroneous tasks.  Scrolling is  more  homogeneous  now  and
  414.         there are no more stops to load further text.
  415.       - The feature to display several texts has been removed.
  416.       - Bugs in filelength and end-function removed
  417.       - New commands: find, next, previous to search for strings
  418.       - Scrolling stops when MuchMore's window becomes inactive.
  419.  
  420.    v1.5:
  421.  
  422.       - New command: print text (shift+alt+o)
  423.       - removed all imports to make MuchMore shorter
  424.       - added numeric key 5 to quit
  425.  
  426.    v1.6:
  427.  
  428.       - From this  version on  texts with  different fontstyles  (bold,
  429.         italics, inverse) and different colors can be displayed!
  430.  
  431.    v1.7:
  432.  
  433.       - Now MuchMore is again as fast as MuchMore v1.5 was, although it
  434.         uses 2 bitplanes and uses several fontstyles.
  435.       - Print  (shift+alt+o)  doesn't  crash   anymore  when  you  quit
  436.         MuchMore before printing is complete.
  437.  
  438.    v1.8:
  439.  
  440.       - Bug which occured  when searching for  a string having searched
  441.         for a longer string, removed.
  442.       - Strings found while execution of F, N or P are highlighted now.
  443.       - Added NK0 to display filelength etc.
  444.  
  445.    v2.0:
  446.  
  447.       - Ported MuchMore to OBERON
  448.       - Removed bug that caused RMB not  to work on some amigas (it did
  449.         work on my computer)
  450.       - now uses the arp-filerequester
  451.       - new command: L = load new text
  452.  
  453.    v2.1:
  454.  
  455.       - Read-/write-errors used to create some very interesting crashes
  456.         with colorful graphics  and stereo sound.  I'm sorry, but I had
  457.         to remove this.
  458.       - CSI-Codes  have been executed BACKWARDs.  This caused  problems
  459.         with sequences like <CSI>0;4m. Fixed now.
  460.       - New Commands: Ping & Pong, Goto
  461.       - First  page  is  displayed  immediately  now  when  MuchMore is
  462.         started.
  463.  
  464.    v2.2:
  465.  
  466.       - Now MuchMore uses console's keymapping instead of the hardcoded
  467.         one it  used  before.  So  there  won't  be  problems with  any
  468.         japanese keymaps.
  469.  
  470.    v2.3:
  471.  
  472.       - New   command: 's'  (sleep)   and  pop  up  function  lAlt+ESC.
  473.         'MuchMore -s' sleeps immediately.
  474.       - Bug in interpretation of <CSI>[m fixed.  <CSI>[m is now treated
  475.         as <CSI>[m.
  476.  
  477.    v2.4:
  478.  
  479.       - New Command: 'w' to write block to file or priner
  480.       - Argumentparser rewritten. Now supports quotes.
  481.  
  482.    v2.5:
  483.  
  484.       - Uses 8x8 Font set with SetFont instead of topaz 8.
  485.       - Allocates 4K Memory chunks instead  of one memorychunk for each
  486.         line.  So MuchMore  won't scatter  the Memory anymore.  Another
  487.         positive effect  is that MuchMore  needs less nemory now (about
  488.         14 Bytes per line).
  489.  
  490.    v2.6:
  491.  
  492.       - asynchronous fast scrolling with the ctrl-key.
  493.       - MuchMore is reentrant (pure)
  494.       - MuchMore uses  an interlace screen when  the preferences  are  set
  495.         accordingly.
  496.       - On low chip-memory, MuchMore uses a 1-plane screen.
  497.  
  498.    v2.7:
  499.  
  500.       - '-l' to toggle interlaced mode
  501.       - uses ASL's FileRequester
  502.       - no more calls RethinkDisplay() 50 (or even 60) times a second
  503.  
  504.    v2.8:
  505.  
  506.       - leaves some spaces between the lines on interlace screens to make
  507.         the text more readable.
  508.  
  509.    v3.0:
  510.  
  511.       - sleep ('-s') is no more supported (was rarely used).
  512.       - now MuchMore uses any non-proportional font.
  513.       - new options to select a font: '-f<font>' and '-s<size>'.
  514.  
  515.    v3.1:
  516.  
  517.       - Uses Screenmode of Workbench Screen
  518.  
  519.    v3.2:
  520.  
  521.       - Support for not srollable Screens
  522.       - No more Scrolling if complete display rebuilding
  523.  
  524. --- Fridtjof.
  525.  
  526.    v3.2.1:
  527.  
  528.       - XPK Support
  529.       - New Syntax for option -f. Example: -ftopaz/11
  530.       - New option -p for Password
  531.       - New option -e for Extra Spacing
  532.       - New option -c for Screen Colors. Example: -c0,abc,f00
  533.       - Tool-Types
  534.  
  535.    v3.2.2:
  536.  
  537.       - The last version displayed the first two chars of each line
  538.         at the end of the line on some overscan dimensions.
  539.  
  540.    v3.2.3:
  541.  
  542.       - The non-scroll mode now works under KS2.04 when using a 8x8 font
  543.       - The Console-Device wasn't closed
  544.       - Display Mode Requester
  545.       - New option -s for Scrollmode
  546.       - Busypointer
  547.       - ToolType evaluation if CLI started (AmigaOS 2.04)
  548.       - Finds MuchMore's Tooltypes now also, if MM as default tool of the
  549.         Text wasn't found directly but over the Dos search path.
  550.  
  551.    v3.2.4:
  552.  
  553.       - Some bugs in GetString() removed
  554.       - MM now ignores key/mouse strikes while it is busy
  555.  
  556.    v3.2.5:
  557.  
  558.       - Asynchronous scrolling changed.
  559.       - Dos.ReadArgs
  560.       - New Option -t / "T=TOOLPRI" for task priority
  561.  
  562.    v3.2.6:
  563.  
  564.       - Scrollmode 3 scrolls soft
  565.       - Scrollmode 1 is default under KS2.04 and higher
  566.       - New option -a or "A=TABWIDTH" for tabulator width
  567.       - New option -o or "O=ONEPLANE"
  568.       - New option "N=NOOSCAN"
  569.       - Opens screen with full overscan width
  570.       - Uses QText no more
  571.  
  572.    v3.2.7:
  573.  
  574.       - MM doesn't poke to his bitplanes no more, but uses the
  575.         funcs of graphics.library for this purpose
  576.  
  577.    v3.2.8:
  578.  
  579.       - Option "O=ONEPLANE" removed
  580.       - new Option "B=PLANES" instead
  581.  
  582.    v3.2.9:
  583.  
  584.       - implemented V36 ANSI Codes (<CSI>22-28m)
  585.  
  586.    v3.2.10:
  587.  
  588.       - Locale Support
  589.       - Made Display Mode Requester font-sensitive
  590.  
  591.    v3.3:
  592.  
  593.       - Keys Q, X and NK5 quit after first showing the info line
  594.         to avoid unintended quitting
  595.  
  596.    v3.4:
  597.  
  598.       - Key 'c' copies the text between markers #1 and #2 to the
  599.         clipboard
  600.  
  601.    v3.5:
  602.  
  603.       - Search can be case-sensitiv or case-insensitiv
  604.       - Searching now with Boyer-Moore Algorithm
  605.  
  606.    v3.6:
  607.  
  608.       - New Option O=OLDSTYLE for page up/down w/ softscroll
  609.       - Screen flashes when pressing Up (Down) at BOF (EOF)
  610.  
  611.    v3.7:
  612.  
  613.       - New Option E=EDITOR
  614.       - MM was not 100% pure because the BusyPointer image was
  615.         not copied -> Probs with WShell
  616.       - Option PASSWORD removed. Password must be entered in a
  617.         string gadget
  618.       - Options NOOSCAN and SCROLLMODE removed
  619.       - Text was not printed if filename contained spaces
  620.       - MuchMore crashed under Kick 1.3 when displaying italic
  621.         text due to a bug in Kickstart 1.3.
  622.  
  623.    v4.0:
  624.  
  625.       - Kick 1.3 is no more supported
  626.       - MM can run in a workbench window
  627.  
  628.    v4.1:
  629.  
  630.       - Sets rp.mask or MaxPen (v39), so that only two or one (option
  631.         PLANES=1) bitplanes are scrolled if MM runs in a window
  632.       - Uses the Prefs BusyPointer under v39.
  633.       - Pipe Support
  634.       - New option PUBSCREEN
  635.       - Option SCROLLMODE reintroduced
  636.       - New option 'I=INTERLEAVED'
  637.  
  638.    v4.2:
  639.  
  640.       - Zoom gadget
  641.       - Better way to test for a pipe, so that the filerequester appears
  642.         again if you say "run muchmore"
  643.       - Bug fix: On CLI start the icon is now found also, if you start
  644.         MuchMore with path
  645.       - Bugs in MuchMore's task synchronization removed
  646.       - New option Q=FASTQUIT
  647.  
  648. --- Christian.
  649.  
  650.